object QRMDTemplate: TQRMDTemplate Left = 200 Top = 108 Width = 762 Height = 285 HorzScrollBar.Range = 1200 VertScrollBar.Range = 2000 AutoScroll = False Caption = 'QRMDTemplate' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 Scaled = False TextHeight = 14 object Title: TQRBand Left = 0 Top = 0 Width = 1200 Height = 37 Align = alTop BandType = rbTitle Color = clWhite ForceNewPage = False Frame.Width = 0 Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Ruler = qrrCmHV object QRSysData1: TQRSysData Left = 288 Top = 0 width = 165 height = 32 Alignment = taCenter AlignToBand = True Data = qrsReportTitle Font.Color = clBlack Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object PageHeader: TQRBand Left = 0 Top = 37 Width = 1200 Height = 24 Align = alTop BandType = rbPageHeader Color = clWhite ForceNewPage = False Frame.Width = 0 Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Ruler = qrrNone object PageNumber: TQRSysData Left = 624 Top = 4 width = 109 height = 17 Alignment = taRightJustify AlignToBand = True Data = qrsPageNumber Text = 'Page number ' end object QRLabel1: TQRLabel Left = 12 Top = 4 width = 169 height = 14 Caption = 'Page header information goes here' AlignToBand = False end end object Master: TQRBand Left = 0 Top = 61 Width = 1200 Height = 24 Align = alTop BandType = rbDetail Color = clWhite ForceNewPage = False Frame.Width = 0 Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Ruler = qrrNone object QRLabel2: TQRLabel Left = 12 Top = 4 width = 141 height = 14 Caption = 'Master information goes here' AlignToBand = False end end object PageFooter: TQRBand Left = 0 Top = 133 Width = 1200 Height = 24 Align = alTop BandType = rbPageFooter Color = clWhite ForceNewPage = False Frame.Width = 0 Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Ruler = qrrNone object QRDateTime: TQRSysData Left = 620 Top = 4 width = 117 height = 17 Alignment = taRightJustify AlignToBand = True Data = qrsDateTime Text = 'Printed at ' end object QRLabel3: TQRLabel Left = 12 Top = 4 width = 164 height = 14 Caption = 'Page footer information goes here' AlignToBand = False end end object Detail: TQRBand Left = 0 Top = 85 Width = 1200 Height = 24 Align = alTop BandType = rbSubDetail Color = clWhite ForceNewPage = False Frame.Width = 0 Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Ruler = qrrNone object QRLabel4: TQRLabel Left = 28 Top = 4 width = 134 height = 14 Caption = 'Detail information goes here' AlignToBand = False end end object DetailFooter: TQRBand Left = 0 Top = 109 Width = 1200 Height = 24 Align = alTop BandType = rbGroupFooter Color = clWhite ForceNewPage = False Frame.Width = 0 Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Ruler = qrrNone object QRLabel5: TQRLabel Left = 12 Top = 4 width = 125 height = 14 Caption = 'Detail summary goes here' AlignToBand = False end end object QuickReport: TQuickReport DataSource = DataSource1 ColumnMarginInches = 0 ColumnMarginMM = 0 Columns = 1 DisplayPrintDialog = False LeftMarginInches = 0 LeftMarginMM = 0 Orientation = poPortrait PageFrame.DrawTop = False PageFrame.DrawBottom = False PageFrame.DrawLeft = False PageFrame.DrawRight = False PaperLength = 0 PaperSize = qrpDefault PaperWidth = 0 PrintOrder = qrColByCol ReportTitle = 'QuickReport Template' RestartData = True SQLCompatible = False TitleBeforeHeader = True Left = 4 Top = 172 end object DetailLink: TQRDetailLink DataSource = DataSource2 DetailBand = Detail FooterBand = DetailFooter Master = QuickReport PrintBefore = False Left = 12 Top = 204 end object Table1: TTable Left = 36 Top = 172 end object DataSource1: TDataSource DataSet = Table1 Left = 68 Top = 172 end object Table2: TTable MasterSource = DataSource1 Left = 44 Top = 204 end object DataSource2: TDataSource DataSet = Table2 Left = 76 Top = 204 end end